Avoid criticals when drags end
authorMatthias Clasen <mclasen@redhat.com>
Mon, 8 Sep 2014 01:24:01 +0000 (21:24 -0400)
committerMatthias Clasen <mclasen@redhat.com>
Mon, 8 Sep 2014 01:24:01 +0000 (21:24 -0400)
commitbe97bad3a0149b1b833b417258f8024314632516
tree11dfefd6a2d81338c058ad2ee211afe36e99eba1
parent719e2157f24db629cd4fc1804fc5462db404a70e
Avoid criticals when drags end

Its seems that gtk_gesture_get_last_event may return NULL,
protect against that to avoid critical warnings.
gtk/gtkbutton.c